add 6 months to date in php

173

add 6 months to date in php -

$effectiveDate = date('Y-m-d', strtotime("+3 months", strtotime($effectiveDate)));

Comments

Submit
0 Comments